home *** CD-ROM | disk | FTP | other *** search
/ El Mac 7 / El Mac 7.iso / Infotenimiento / Makers of the 20th Century / Data / RANDOM.DIR / 00051.ls < prev    next >
Encoding:
Text File  |  1996-03-11  |  130 b   |  12 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on enterFrame
  6.   global Choose
  7.   if not Choose then
  8.     changeCasts()
  9.   end if
  10.   rollOvers()
  11. end
  12.